//==============================================================================
// gold mine_anim.txt
//==============================================================================


//==============================================================================
define birthdust
{
	set hotspot
   {
      version
      {
         Visualparticle SFX N Dwarven Mine Dust
      }
   }
}

//==============================================================================
define sparkles
{
	set hotspot
   {
      version
      {
         Visualparticle SFX N Dwarven Mine Sparkles
      }
   }
}
//==============================================================================
define Light
{
	set hotspot
   {
      version
      {
         Visual GoldLight2
      }
   }
}
//==============================================================================
anim Idle
{
   SetSelector none 
   {
      ResourceLogic 100 75 50 25
      set hotspot
      {
         version
         {
            Visual SFX N Dwarven Mine 100
			Connect ATTACHPOINT Light hotspot
			Connect ATTACHPOINT sparkles hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual SFX N Dwarven Mine 075
			Connect ATTACHPOINT Light hotspot
			Connect ATTACHPOINT sparkles hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual SFX N Dwarven Mine 050
			Connect ATTACHPOINT Light hotspot
			Connect ATTACHPOINT sparkles hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual SFX N Dwarven Mine 025
			Connect ATTACHPOINT Light hotspot
			Connect ATTACHPOINT sparkles hotspot
         }
      }
   }
}




//==============================================================================
anim Birth
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
			Visual SFX N Dwarven Mine_birthA
			//-- auto generated by the bang animation tool
			//-- do not hand edit these values
			tag SpecificSoundSet 0.00 false DwarvenMineBirth checkVisible 
			//-- end auto generated section
			Connect ATTACHPOINT birthdust hotspot
         }
      }
   }
}
